home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.TA.n < prev    next >
Text File  |  1991-10-24  |  761b  |  34 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBTA(
  5. name array, int length)
  6. .SH DESCRIPTION
  7. This macro provides information to the programming environment. It must be used in the implementation file of the class, as an argument to one of the \fB...MetaImpl...\fP macros. It tells the programming environment the name of an instance variable which is a fixed size array and the size of the array (\fImacro TV\fP).
  8. macro \fBTA\fP is rarelyused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBname array
  12. .br
  13. Name of an instance variable which is an array.
  14. .TP
  15. \fBint length
  16. .br
  17. The number of elements in array.
  18. .SH CATEGORIES
  19.  
  20. .na
  21. metaclass
  22. .ad b
  23.  
  24. .SH FILES
  25. .PD 0
  26. .TP 20
  27. declaration:
  28. \fBClass.h
  29. .SH HISTORY
  30. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  31. .br
  32. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  33. .br
  34.